home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Surfin' Sam - A Hilariously Interactive Game
/
Surfin Sam.iso
/
pc
/
sam_232.dir
/
00020.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-17
|
261 b
|
17 lines
on mouseDown
puppetSound("nav")
updateStage()
end
on mouseUp
if the machineType <> 256 then
puppetTransition(28, 1, 10)
end if
if the machineType = 256 then
puppetPalette("sallypal", 60, 1)
else
nothing()
end if
go("salnavpnt")
end